home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_07_01 / v7n1105a.txt < prev    next >
Text File  |  1988-10-26  |  2KB  |  40 lines

  1.  
  2.         5-5.  Sample display                                
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                                           (Status
  10.                                         (x=999,y=999)        blocks)
  11.  
  12.            +------------------------------------+ 1 fubar.r
  13.            |                                    |  D% 015   Sc 218
  14.            |                          \|/ 1     |  Sp 000   Hd 090
  15.            |     (missile exploding)  -#-       | ------------------
  16.            |                          /|\       | 2 snafu.r
  17.         (y |                                    |  D% 050   Sc 275
  18.            |              +        (missiles    |  Sp 100   Hd 180
  19.         a  |                     +   flying)    | ------------------
  20.         x  |   2                                | 3 bimbo.r
  21.         i  |                                    |  D% 000   Sc 045
  22.         s) |                 3                  |  Sp 000   Hd 000
  23.            |                /                   | ------------------
  24.            |          (robots) ----\            | 4 kumquat.r
  25.            |                         4          |  D% 100   Sc 050
  26.            |                                    |  Sp 000   Hd 335
  27.            |                                    | 
  28.            |                                    |
  29.            +------------------------------------+ CPU Cycle: 4500
  30.  
  31.         (x=0,y=0)         (x axis)
  32.  
  33.  
  34.         Each status block shows the file name of the robot, the damage
  35.         incurred, the current scan degrees, and the speed and heading.
  36.         Robots are represented on the field by '1', '2', etc., according
  37.         to the status block position.  The number of elapsed robot cpu
  38.         cycles is shown at the bottom of the status blocks.
  39.  
  40.